From: Jim Blandy Date: Fri, 11 Jun 1993 11:18:37 +0000 (+0000) Subject: * window.c (Fprevious_window): Typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95415 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7ee2a204451ad5acff07e82d49e0c17ae76e9fd6;p=emacs.git * window.c (Fprevious_window): Typo. --- diff --git a/src/window.c b/src/window.c index c9391a7503e..96606a8aa6d 100644 --- a/src/window.c +++ b/src/window.c @@ -978,7 +978,7 @@ windows, eventually ending up back at the window you started with.\n\ #endif /* If this frame has a minibuffer, find that window first, because it is conceptually the last window in that frame. */ - tem = FRAME_MINIBUFFER_WINDOW (XFRAME (tem)); + tem = FRAME_MINIBUF_WINDOW (XFRAME (tem)); if (NILP (tem)) tem = FRAME_ROOT_WINDOW (XFRAME (tem));